home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Games / AmiChess / AmiChess.readme < prev    next >
Text File  |  2002-10-31  |  3KB  |  80 lines

  1. Short:    Chess based on GNUChess 5.0.4
  2. Uploader: achim.stegemann@onlinehome.de (Achim Stegemann)
  3. Author:   achim.stegemann@onlinehome.de (Achim Stegemann)
  4. Type:     game/think
  5. Version:  0.2
  6.  
  7. Requires: OS 3.5
  8.           MUI 3.8
  9.  
  10. AmiChess is a new chess program for the Amiga.
  11. The chess engine is based on the latest GNUChess version from
  12. 1999. Due to the GNU license, the archive contains the full
  13. source code.
  14.  
  15. What the program can do:
  16. * Read/Write of chess files in PGN and EPD-format.
  17. * You can play against the computer, let the computer play against
  18.   itself or use the program as supervisor.
  19. * Usage and creation of an opening book. Several levels available
  20.   for book usage.
  21. * Chess strength variable by settings of time (move per time) or
  22.   search depth.
  23. * Undo and remove function.
  24. * Let the computer show its best variation when thinking.
  25. * Change the chess piece design "on the fly".
  26.   Three skins are currently available.
  27.  
  28. Things that are missing or restricted.
  29. * No localization, English only.
  30. * No pondering (thinking while human thinks).
  31. * Board not editable, only via PGN or EPD files.
  32. * Pawn promotion to queen only.
  33. * No solve for mate in chess problems.
  34. * Fixed size of the chess board. Can be played on WBs of at least 800x600.
  35.  
  36. How to install the opening book:
  37. The opening book is not included in this archive, because it is
  38. about 10 MB of size! If you like to install an opening book,
  39. simply follow these steps:
  40. * Download ftp://ftp.gnu.org/gnu/chess/book_1.00.pgn.gz
  41. * Unpack the file with gzip, UnArc or any other unpacker
  42.   that can handle gzip-packed files.
  43. * Start AmiChess. Select "Menu/Game/Book/Add ..." and select
  44.   the unpacked book file.
  45. * Wait for about 2 hrs for compilation to finish (on a 060).
  46.   Ignore any error messages while compiling the book.
  47. * After successful compilation you should find the file "book.dat"
  48.   in your program folder.
  49.  
  50.  
  51. Developer information:
  52. * Binary requires at least an 68020/68881 CPU.
  53. * Has been compiled with GNU 2.95.3 with "noixemul".
  54.  
  55. Some notes:
  56. * I am not able to include pondering in AmiChess, as I am not familar
  57.   with the chess engine. If you have any idea on how to improve the
  58.   program, simply let me know.
  59. * When saving a game (PGN) or a position (EPD), the program will add
  60.   the current game to your selected file, if the file already exists.
  61.   Unfortunately, the program will load only the first game in a file that
  62.   contains several games. If you like to continue a game, it is recommended
  63.   to save the game in a new file or delete the old game before!
  64.   I hope to change this behaviour in future releases.
  65. * Hint function is sometimes crashing the program. I don't know why.
  66.   Best you don't use it. Use "Show thinking" instead for computer variation.
  67. * Program requires a Workbench resolution of at least 800x600.
  68.  
  69. History:
  70. V0.2:
  71.       * ADDED: Can be opened on any public screen with the PUBSCREEN option, either as a DOS argument
  72.                or as a tooltype in the program's icon.
  73. V0.1:
  74.       * FIXED: Game window didn't open on WBs smaller than 1024 pixels.
  75.       * FIXED: Color of "side to move" only changed in supervisor mode.
  76.       * ADDED: To solve above problem, smaller skins for screens of 800x600 pixels are available.
  77. V0.0:
  78.       * First public release
  79.  
  80.